little monkey

elstel.org

by Elws. Starnight

webstat-bash v1.4.2: llogrotate, next-generation

Category: programs,
Source: LinuxSW,
Language: de,
Type:
new
.
llogrotate-ng, das Programm zum Rotieren von Apache Logfiles bevor man neue downloadet, ist verwendungsfertig. Bisher wurden dafür Verzeichnis-spezifische Bash-Skripte verwendet, die händisch anzupassen waren und ohne Konfigurationsdatei/abschnitt auskommen mußten. Im README stehen erachtenswert interessante Ausführung direkt von mir bezüglich Programmverifikation, welche auch auf den Unterschied zu llogrotate-ng v1.4 zurückgreifen, eine Version die ich zwar händisch geschrieben habe, dann aber was die Ausgabe fehlender Logdatei-Bereiche angeht weder ausprobieren noch testen konnte. Viel Spaß mit llogrotate-ng, beziehungsgleichen der jetzt erstmals als fehlerfrei getestet-werden-können-haben-tuenden Version!



webstat-bash v1.4.2: llogrotate, next-generation

Category: programs,
Source: LinuxSW,
Language: en,
Type:
new
.
llogrotate-ng, the program to rotate logfiles before new ones can be downloaded is now ready to be used. Up to now you had to use more-or-less directory specific bash scripts for this purpose, scripts which had to be adapted manually instead of featuring an own configuration file/section. In the README you can find interesting thoughts about program verification, directly provided by me. The difference to llogrotate-ng v1.4 is part of the explications, a program version I had written and claimed to be verified more-or-less by hand but which I could not test at that time. Have fun with llogrotate-ng, or the now for the first time being tested errorfree version!



webstat-bash v1.4: minifix & compatibility issues r.

Category: programs,
Source: LinuxSW,
Language: en,
Type:
new
.
Some smaller compatibility issues with webstat-bash have been resolved in the version now available: The script called count is now named itemcount. Under Linux a name clash with a totally different program also called 'count' (package llvm-test) caused problems when installed. If two different programs called the same get installed in the search $PATH, only one of them can be used without explicit specification of the path of the executable. Windows users will estimate the port to Python 3 since the rather old Python 2 may not be available or installed in every environment. Furthermore the new version contains a small fixup that makes count, countrytable as well as other sub-commands use the same search pattern counting all GET, HEAD and POST accesses on the web server (default mask inlined within the script, see more: http protocol). The implicit default command to list the country table shall now also work a bit faster, because it executes the record selection before the applied field reordering.



webstat-bash v1.4: minifix & compatibility issues r.

Category: programs,
Source: LinuxSW,
Language: de,
Type:
new
.
Es sind kleinere Kompatibiltätsprobleme bei der Benutzung von webstat-bash behoben worden: Das benutzte Script namens count heißt jetzt itemcount. Unter Linux führt ein gleichnamiges Skript wie “count” aus dem Paket llvm-test zu Problemen weil dann entweder das count von llvm-test oder das von webstat-bash (solang. explizite Pfadangabe ausgeschlossen) nicht verwendet werden kann. Windows Benutzer werden die Portierung des Programmes auf Python 3 schätzen, da dort möglicherweise kein Python 2 installiert oder verfügbar ist. Weiters gibt es ein kleines Fixup, sodaß count, countrytable und weitere Subkommandos jetzt ein gemeinsames Suchmuster verwenden, das GET, HEAD und POST - Zugriffe (betrifft: html-Protokoll) gleichermaßen zählt. Das implizit gegebene Standardkommando zur Auflistung der Ländertabelle sollte nun auch etwas schneller ausgeführt werden, da zuerst selektiert und erst danach umgeordnet wird.



xchroot v2.7.5, new xauth mechanism / changing the user

Category: programs,
Source: LinuxSW,
Language: en,
Type:
update
.

There was a known issue with xchroot v2.7.4 under Mageia 8: When xchroot did change the user no X-connection could be made without a manual xhost +SI:localuser:»targetUser« or xhost +local:. This was because Mageia did not provide an xauth token that matched the hostname likely due to an invalid /etc/hostname file. Now xchroot can generate an xauth token for the target user if none should be provided at invocation. The xauth mechanism was completely rewritten. It shall now be more stable. If there is a stale lock on the Xauthority file which makes xchroot hang you can now press Ctrl-C to force the retraction of this lock and make xchroot succeed (Otherwise xauth will display an error message after a while if it gives up on getting the lock.). Only the xauth token for the target hostname and the target display will be passed on to the chroot environment unless --alldisplays is given. The chroot environment will always have an xauth token even if the user should issue an xhost -local: later on.